ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / IItemsSource<T> Interface
Properties

In This Topic
    IItemsSource<T> Interface Members
    In This Topic

    The following tables list the members exposed by IItemsSource<T>.

    Public Properties
     NameDescription
     PropertyGets or sets whether modifications will be sent to the server in batches or as individually requests.  
     PropertyGets and sets the url of batch edit action.  
     PropertyGets and sets the url of create action.  
     PropertyGets and sets the url of delete action.  
     PropertyGets or sets whether to disable server-side reading.  
     PropertyGets or sets a method used to determine if an item is suitable for inclusion in the view.  
     PropertyGets or sets a callback that determines whether a specific property of an item contains validation errors.  
     PropertyGets the group description collection.  
     PropertyGets or sets a number value which decides the count of the initial loaded items.  
     PropertyGets or sets a function that creates new items for the collection.  
     PropertyOccurs when the collection changes.  
     PropertyOccurs after the current item changes.  
     PropertyOccurs before the current item changes.  
     PropertyOccurs when there are errors from the server side.  
     PropertyOccurs after the page index changes.  
     PropertyOccurs before the page index changes.  
     PropertyOccurs when the query requests complete.  
     PropertyGets or sets the name JavaScript function which to collect the ajax query data.  
     PropertyOccurs after the sourceCollection property in client changes.  
     PropertyOccurs before the sourceCollection property in client changes.  
     PropertyGets or sets the page index.  
     PropertyGets or sets the page size. When page size is 0, paging is disabled.  
     PropertyGets and sets the url of read action.  
     PropertyGets the sort description collection.  
     PropertyGets or sets the source collection.  
     PropertyGets and sets the url of update action.  
    Top
    See Also